home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / plotting / contour / contour.lha / Contour / common.h < prev    next >
Encoding:
C/C++ Source or Header  |  1990-08-28  |  179 b   |  10 lines

  1. #define YES     1
  2. #define NO      0
  3. #define ON      1
  4. #define OFF     0
  5. #define TRUE    1
  6. #define FALSE   0
  7. #define LARGE   1.0e10
  8. #define SMALL   1.0e-10
  9. #define SMALLER 1.0e-20
  10.